projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f85f9f7
)
(edmacro-fix-menu-commands): Ignore switch-frame.
author
Kim F. Storm
<storm@cua.dk>
Wed, 2 Aug 2006 22:37:17 +0000
(22:37 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Wed, 2 Aug 2006 22:37:17 +0000
(22:37 +0000)
lisp/edmacro.el
patch
|
blob
|
history
diff --git
a/lisp/edmacro.el
b/lisp/edmacro.el
index 0998697dc2a502a4efc576afe548f11b74396e40..0fecaf2f5d4bf624ab0b8fbd90a6b526fb7f22d3 100644
(file)
--- a/
lisp/edmacro.el
+++ b/
lisp/edmacro.el
@@
-670,6
+670,7
@@
This function assumes that the events can be stored in a string."
(cond ((atom ev)
(push ev result))
((eq (car ev) 'help-echo))
+ ((eq (car ev) 'switch-frame))
((equal ev '(menu-bar))
(push 'menu-bar result))
((equal (cadadr ev) '(menu-bar))